ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree.Scope<T> Class / Values Property

In This Topic
    Values Property (DataTree.Scope<T>)
    In This Topic
    Scope values.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As T()
    public T[] Values {get;}
    See Also